Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / Select Method / Select(IList<CellRange>,Boolean) Method

In This Topic
    Select(IList<CellRange>,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal ranges As System.Collections.Generic.IList(Of CellRange), _
       ByVal show As System.Boolean _
    ) 
    public void Select( 
       System.Collections.Generic.IList<CellRange> ranges,
       System.bool show
    )

    Parameters

    ranges
    show
    See Also